home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 2004 #2 / K-CD-2-2004.ISO / Fire Chief / data1.cab / Program_Executable_Files / Logic / Object / Vehicule.obp < prev   
Encoding:
Text File  |  2003-05-28  |  700 b   |  27 lines

  1. [ClassName]     Vehicule
  2. ////////////////////////////////////////////////////////////////////////////////////////////////
  3. /////////////////////////////////////// LOGIC //////////////////////////////////////////////////
  4.  
  5.  
  6. // Max Number of units for interactions between this vehicule and units : 
  7. // eg Moving kitchen     1 unit at a time
  8. //    Moving dormitory    3 units at a time
  9. // Regular vehicule    0
  10. [NbActeurUnitMax]    0
  11.  
  12. //In cm/s
  13. [SpeedBase]        0.5
  14.  
  15.  
  16. // Time to Lumber this one
  17. [LumberingTime]        0
  18.  
  19.  
  20. // Element's Nature this vehicule is authorized to pick up
  21. // 0 Units Only
  22. // 1 Object Only ( Micro's stuff)
  23. // 2 Compound Only    
  24. // 3 All Type ( default value)
  25. [AutorizedType]     3    
  26.  
  27.